home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
BARNET
/
FREENET
/
BLOCH
/
SOCKE14S
/
h
/
debug
< prev
next >
Wrap
Text File
|
1998-09-29
|
252b
|
12 lines
extern char *debug_time(char *format);
extern int debug_init(void);
extern void debug_log(char *str, ... );
extern FILE *debug_fh;
extern struct debug_flags_struct {
int debuglog : 1;
int notimeouts : 1;
int noresconf : 1;
} debug_flags;